home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Developers / WinMerge 2.6 / WinMerge-2.6.4-Setup.exe / {app} / Docs / WinMerge.chm / htmlhelp / css / help.css
Encoding:
Cascading Style Sheet File  |  2007-01-17  |  1.4 KB  |  87 lines

  1. body,th,td {
  2.   font-family: Verdana,Helvetica,Arial,sans-serif;
  3.   font-size: 80%;
  4. }
  5.  
  6. pre,code,tt {
  7.   font-family: "Courier New",Courier,monospace;
  8.   font-size: 100%;
  9. }
  10.  
  11. .mediaobject {
  12.   margin-top: 10px;
  13. }
  14.  
  15. .screen {
  16.   padding: 5px;
  17.   background-color: #EEEEEE;
  18.   border-left: 10px solid #CCCCCC;
  19. }
  20.  
  21. .caution {
  22.   background-color: #FFDDAA;
  23.   border: 1px solid olive;
  24. }
  25. .important {
  26.   background-color: #FFFFDD;
  27.   border: 1px solid olive;
  28. }
  29. .note {
  30.   background-color: #DDDDFF;
  31.   border: 1px solid blue;
  32. }
  33. .tip {
  34.   background-color: #DDFFDD;
  35.   border: 1px solid green;
  36. }
  37. .warning {
  38.   background-color: #FFDDDD;
  39.   border: 1px solid red;
  40. }
  41.  
  42. /* Examples */
  43. .example,.informalexample {
  44.   padding-left: 7px;
  45.   border-left: 3px solid black;
  46. }
  47.  
  48. /* Command synopsis */
  49. .cmdsynopsis p {
  50.   padding: 5px;
  51.   color: gray;
  52.   background-color: #EEEEEE;
  53.   border-left: 10px solid #CCCCCC;
  54. }
  55.  
  56. .command,.option,.replaceable {
  57.   color: black;
  58. }
  59.  
  60. /* GUI elements */
  61. .guimenu,.guisubmenu,.guimenuitem,.guilabel {
  62.   font-style: italic;
  63. }
  64.  
  65. /* FAQ */
  66. .question {
  67.   font-weight: bold;
  68. }
  69.  
  70. /* tables */
  71. .table table {
  72.   border-collapse: collapse;
  73.   border: 1px solid black;
  74. }
  75.  
  76. .table th {
  77.   padding: 2px;
  78.   text-align: left;
  79.   color: white;
  80.   background: black;
  81.   border: 1px solid black;
  82. }
  83.  
  84. .table td {
  85.   padding: 2px;
  86.   border: 1px solid black;
  87. }